- GErrorType
alias GErrorType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GScanner
alias GScanner = _GScanner
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GScannerConfig
alias GScannerConfig = _GScannerConfig
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GScannerMsgFunc
alias GScannerMsgFunc = void function(_GScanner*, char*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTokenType
alias GTokenType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTokenValue
alias GTokenValue = _GTokenValue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_cur_line
alias da_g_scanner_cur_line = guint function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_cur_position
alias da_g_scanner_cur_position = guint function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_cur_token
alias da_g_scanner_cur_token = GTokenType function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_cur_value
alias da_g_scanner_cur_value = GTokenValue function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_destroy
alias da_g_scanner_destroy = void function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_eof
alias da_g_scanner_eof = gboolean function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_error
alias da_g_scanner_error = void function(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_get_next_token
alias da_g_scanner_get_next_token = GTokenType function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_input_file
alias da_g_scanner_input_file = void function(GScanner* scanner, gint input_fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_input_text
alias da_g_scanner_input_text = void function(GScanner* scanner, const(gchar)* text, guint text_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_lookup_symbol
alias da_g_scanner_lookup_symbol = gpointer function(GScanner* scanner, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_new
alias da_g_scanner_new = GScanner* function(const(GScannerConfig)* config_templ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_peek_next_token
alias da_g_scanner_peek_next_token = GTokenType function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_scope_add_symbol
alias da_g_scanner_scope_add_symbol = void function(GScanner* scanner, guint scope_id, const(gchar)* symbol, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_scope_foreach_symbol
alias da_g_scanner_scope_foreach_symbol = void function(GScanner* scanner, guint scope_id, GHFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_scope_lookup_symbol
alias da_g_scanner_scope_lookup_symbol = gpointer function(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_scope_remove_symbol
alias da_g_scanner_scope_remove_symbol = void function(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_set_scope
alias da_g_scanner_set_scope = guint function(GScanner* scanner, guint scope_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_sync_file_offset
alias da_g_scanner_sync_file_offset = void function(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_unexp_token
alias da_g_scanner_unexp_token = void function(GScanner* scanner, GTokenType expected_token, const(gchar)* identifier_spec, const(gchar)* symbol_spec, const(gchar)* symbol_name, const(gchar)* message, gint is_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_scanner_warn
alias da_g_scanner_warn = void function(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_line
guint g_scanner_cur_line(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_position
guint g_scanner_cur_position(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_token
GTokenType g_scanner_cur_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_value
GTokenValue g_scanner_cur_value(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_destroy
void g_scanner_destroy(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_eof
gboolean g_scanner_eof(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_error
void g_scanner_error(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_get_next_token
GTokenType g_scanner_get_next_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_file
void g_scanner_input_file(GScanner* scanner, gint input_fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_text
void g_scanner_input_text(GScanner* scanner, const(gchar)* text, guint text_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_lookup_symbol
gpointer g_scanner_lookup_symbol(GScanner* scanner, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_new
GScanner* g_scanner_new(const(GScannerConfig)* config_templ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_peek_next_token
GTokenType g_scanner_peek_next_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_add_symbol
void g_scanner_scope_add_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_foreach_symbol
void g_scanner_scope_foreach_symbol(GScanner* scanner, guint scope_id, GHFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_lookup_symbol
gpointer g_scanner_scope_lookup_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_remove_symbol
void g_scanner_scope_remove_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_set_scope
guint g_scanner_set_scope(GScanner* scanner, guint scope_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_sync_file_offset
void g_scanner_sync_file_offset(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_unexp_token
void g_scanner_unexp_token(GScanner* scanner, GTokenType expected_token, const(gchar)* identifier_spec, const(gchar)* symbol_spec, const(gchar)* symbol_name, const(gchar)* message, gint is_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_warn
void g_scanner_warn(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_line
da_g_scanner_cur_line g_scanner_cur_line;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_position
da_g_scanner_cur_position g_scanner_cur_position;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_token
da_g_scanner_cur_token g_scanner_cur_token;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_value
da_g_scanner_cur_value g_scanner_cur_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_destroy
da_g_scanner_destroy g_scanner_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_eof
da_g_scanner_eof g_scanner_eof;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_error
da_g_scanner_error g_scanner_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_get_next_token
da_g_scanner_get_next_token g_scanner_get_next_token;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_file
da_g_scanner_input_file g_scanner_input_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_text
da_g_scanner_input_text g_scanner_input_text;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_lookup_symbol
da_g_scanner_lookup_symbol g_scanner_lookup_symbol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_new
da_g_scanner_new g_scanner_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_peek_next_token
da_g_scanner_peek_next_token g_scanner_peek_next_token;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_add_symbol
da_g_scanner_scope_add_symbol g_scanner_scope_add_symbol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_foreach_symbol
da_g_scanner_scope_foreach_symbol g_scanner_scope_foreach_symbol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_lookup_symbol
da_g_scanner_scope_lookup_symbol g_scanner_scope_lookup_symbol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_remove_symbol
da_g_scanner_scope_remove_symbol g_scanner_scope_remove_symbol;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_set_scope
da_g_scanner_set_scope g_scanner_set_scope;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_sync_file_offset
da_g_scanner_sync_file_offset g_scanner_sync_file_offset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_unexp_token
da_g_scanner_unexp_token g_scanner_unexp_token;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_warn
da_g_scanner_warn g_scanner_warn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.